Exclude blog directory from documentation unbloater workflow#13296
Merged
Exclude blog directory from documentation unbloater workflow#13296
Conversation
The documentation unbloater workflow now excludes blog posts from processing using the find command with -prune. Blog posts have a different writing style and purpose than technical documentation, so they should not be unbloated. Changes: - Updated find command to exclude docs/src/content/docs/blog directory - Added blog exclusion to the "IMPORTANT" notes in sections 2 and 3 - Clarified that blog posts have a different writing style and should not be unbloated Testing: - Verified find command excludes blog files (0 blog files in results) - Total files found: 73 (down from 100, excluding 27 blog posts) - Linter and formatting checks passed Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation unbloater agentic workflow to ignore blog
Exclude blog directory from documentation unbloater workflow
Feb 2, 2026
pelikhan
approved these changes
Feb 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The documentation unbloater workflow was processing blog posts along with technical documentation. Blog posts have different stylistic requirements and should not be unbloated.
Changes
docs/src/content/docs/blog/using-pruneoptionTechnical Details
Before:
After:
This reduces the file set from 100 to 73 files, excluding 27 blog posts.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.